home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr27 / ej_tsr.zip / TSR.DOC < prev   
Text File  |  1994-11-27  |  854b  |  26 lines

  1. Marks memory so TSRs in low memory can be removed.
  2. Multiple marks can be used, LIFO.
  3. Syntax: tsr [i|r]
  4.     to Install or Remove TSRs
  5. Send bugs to ejohnson@csn.org
  6. Public Domain
  7.  
  8. This thing is like "INSTALL" & "REMOVE" from PC Magazine.  You mark the
  9. memory [tsr i], install other TSRs, and can later remove those TSRs [tsr r].
  10.  
  11. Only conventional (low) DOS memory is affected. It will not remove TSRs
  12. from Uppper memory.
  13.  
  14. The idea was to combine these 2 functions into a single file to save disk
  15. space.  It fits into a single sector, but of course uses a whole cluster. 
  16.  
  17. Command line parameter, 'r' or 'i' must be lower case.
  18.  
  19. It won't work with XEQ(the .com file library/loader).
  20. Please email fix to me.  I'll resubmit to SIMTEL.
  21.  
  22. No error checking happens, so:
  23.         All previous and subsequent claims are hereby disclaimed!
  24.  
  25.  
  26.